home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The PC-SIG Library 10
/
The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso
/
PC_SIGCD
/
24
/
7
/
DISK2472.ZIP
/
INSTALL2.BAT
< prev
next >
Wrap
DOS Batch File
|
1990-05-07
|
1KB
|
34 lines
Echo off
Echo Files from the other GanttPac diskette are required. The program
Echo diskette is the one needed but if you are not sure, try one. The
Echo program "SCHEDULE.EXE" is the one we are looking for.
Echo ------------------------------------------------------------------------
:Retry2
Pause
A:
If Not Exist Schedule.Exe B:
If Exist Schedule.Exe GoTo Install3
Echo That is not the right diskette. Try again
Echo or press "Ctl Break" to terminate the install.
Echo ------------------------------------------------------------------------
Goto Retry2
:Install3
Echo The following files are being copied to "C:\Packages\GanttPac".
Echo ------------------------------------------------------------------------
Echo Schedule.EXE
Copy Schedule.EXE C:\Packages\GanttPac\*.*
Echo Schedule.SKB
Copy Schedule.SKB C:\Packages\GanttPac\*.KBS
Copy Easy.L?? C:\Packages\GanttPac\*.*
Echo ----------------------------------------------------------------------
Echo If you would like to put your project data files in directories other than
Echo C:\Packages\GanttPac you should put "C:\Packages\GanttPac" in your Path
Echo statement and then select the directory with the project files as your
Echo default directory. Your current path is:
Path
Pause
C:
CD \Packages\GanttPac
Menu
:Exit